/* -----------------
Radii Production 
Copyright 2009

Swatch colours
--------------
e6e6e6 - 10% grey
cecece - 20% grey
b5b5b5 - 30% grey
9c9c9c - 40% grey
838383 - 50% grey
696969 - 60% grey
505050 - 70% grey
363636 - 80% grey
1c1c1c - 90% grey 
----------------- */

/*--- base styles ---*/

/* Header elements */

#wrapper-header {
	background: url('/images/header_bg.jpg') no-repeat;
	height:143px;
	position:relative;
	z-index:1000;
}

.headerBanner {
	background-color:none;
	height:90px;
	position:relative;
}

/* Content Elements */

#wrapper-content {
	min-height:400px;
}

/* Footer Elements */

#wrapper-footer {
	background: url('/images/bg_texture.jpg') no-repeat;
	margin:0;
	height:32px;
}

.footerCopyright {
	float:left;
	padding:10px 16px 0;
}

.footerAddress {
	float:right;
	padding:10px 16px 0;
}

.footerAddress span {
	padding-left:20px;
}


/* Buttons */

a.button, a:link.button, a:visited.button, a:hover.button, a:active.button {    
 	background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;    
	color: #444;
	display:block;  
	float: left;    
	font: normal 8.5pt helvetica, arial, sans-serif;    
	height: 21px;    
	margin-right: 6px; 
	padding-right: 18px;    
	text-decoration: none;
} 

a.button span, button.a:link span, button.a:visited span, button.a:hover span, button.a:active span {    
	background: transparent url('/images/bg_button_span.gif') no-repeat;
	display:block;
	line-height: 11px;    
	padding: 4px 0 5px 18px; 
} 

a.button:hover {    
	background-position: bottom right; 
	color: #000;    
	outline: none; 
} 

a.button:hover span {
	background-position: bottom left;
}

/* Clear styles */

.clearAll {
	clear:both;
}

/* Transparent PNG images */

.transparent-png {
	position:absolute;
	top:-50px;
	left:200px;
	width:350px;
	height:350px;
	background: url('/images/transparency.png') no-repeat;
	z-index:10000;
} 

.pageCopy {
	margin:48px 16px 64px 0px;
}

.newsList {
	margin:136px 16px 64px 0px;
}

.homeCopy {
	margin:0px 16px 16px 16px;
}


/*--- CUSTOM ---*/

#splashBar {
	background: url('/images/bg_texture.jpg') no-repeat;
	height:32px;
}

#wrapper-features #features1 {
	margin-left:16px;
}

.splashFeatures {
	float:left;
	height:124px;
	width:225px;
	position:relative;
	margin:8px;
}

#features1 {
	background: url('/images/features_1.jpg') no-repeat;
}

#features2 {
	background: url('/images/features_2.jpg') no-repeat;
}

#features3 {
	background: url('/images/features_3.jpg') no-repeat;
} 

#features4 {
	background: url('/images/features_4.jpg') no-repeat;
} 

body {
	background: #010204 url('/images/bg_main.jpg') repeat-x;
}

#wrapper-shadow {
	background: url('/images/bg_body.png') repeat-y;
	width:1046px;
	margin:0 auto;
	margin-bottom:20px;
}

#wrapper-shadow-navS {
	background: url('/images/bg_body_navS.png') repeat-y;
	width:1046px;
	margin:0 auto;
	margin-bottom:20px;
}

.navSBg {
	background: url('/images/navS_bg.gif') no-repeat;
	min-height:600px;
}

#navSTitle {
	padding:0px;
	color:#fff;	
}

#wrapper-navSecondary {
	padding:0px;
}

.showroomProduct {
	width:664px;
	height:240px;
	border:solid 1px #cccccc;
	margin-bottom:16px;
}

.showroomProductTitle {
	font-weight:bold;
}

.showroomProductCopy {
	width:60%;
	padding:30px;
}

ul.showroom {
	color:#363636;
	font-size:10pt;
	line-height:18pt;
	list-style-position:outside;
}

ul.showroom {
	list-style:disc;
	margin:.5em 1.8em;
}

li.showroom {
	margin-bottom:0.25em;
}

h1.section {
	font-size:16pt;
	color:#666666;
	line-height:9pt;

}

h1.home {
	font-size:18pt;
	color:#048cab;
}

/* footer links */

a.navF, a:link.navF, a:visited.navF, a:hover.navF, a:active.navF  {
	color:#999;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}

.logo-png {
	float:left;
	position:absolute;
	top:10px;
	left:15px;
	width:270px;
	height:70px;
	background: url('/images/logo_emec.png') no-repeat;
	z-index:10000;
} 
 